.. _`Filter rows in Tables`: .. _`org.sysess.sympathy.filters.columnfiltertables`: Filter rows in Tables ~~~~~~~~~~~~~~~~~~~~~ .. image:: filter.svg :width: 48 Filter column using Tables. **Documentation** Auto generated list version of :ref:`Filter rows in Table`. In this version, the following ports from the original nodes have been changed to lists which the node loops over: :Looped Inputs: port0, port1. :Looped Outputs: port0. For details see the original node. **Definition** *Input ports* :port0: [table] Reference Table :port1: [table] Value Table *Output ports* :port0: [table] Filtered Table *Configuration*: **Reference** (c0_column) Select the column in Reference Table, to use as reference column in the comparison. **Value** (c1_column) Select the column in Value Table, to compare with the reference column. **Operator** (filter_functions) Output Value rows where **Use custom filter function** (use_custom_predicate) Use a custom filter (predicate) function to filter. **Custom filter** (predicate_function) The predicate function to use when filtering. .. automodule:: node_table_filter :noindex: .. class:: ColumnFilterTables :noindex: **Related nodes** * :ref:`org.sysess.sympathy.filters.columnfilternode` * :ref:`org.sysess.sympathy.data.table.selecttablerows` * :ref:`org.sysess.sympathy.data.table.selecttablerowsfromtable` * :ref:`org.sysess.sympathy.slice.columns.table`